home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / devel / lisp / clx_tar.z / clx_tar / clx / README.CLISP < prev    next >
Encoding:
Text File  |  1993-09-07  |  602 b   |  23 lines

  1. This directory contains CLX (a Common Lisp interface to the X window system).
  2.  
  3. The original version of this is distributed at beta.xerox.com:/pub/pcl/.
  4. The files have been renamed to CLISP conventions (.lsp for lisp source,
  5. .txt for miscellaneous text), and some CLISP specific patches have been
  6. applied.
  7.  
  8. To build CLX for CLISP:
  9.   cd clx
  10.   make
  11. To test it:
  12.   clisp -M clx.mem -m 4MB
  13.   (cd "demo/")
  14.   (load "hello")
  15.   (xlib::hello-world "")
  16.   (load "menu")
  17.   (xlib::just-say-lisp "")
  18. To install it, edit Makefile and do
  19.   make install
  20.  
  21. Bruno Haible <haible@ma2s2.mathematik.uni-karlsruhe.de> 7.9.1993
  22.  
  23.